home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tuam108.zip / QUICK.DOC < prev    next >
Text File  |  1992-12-08  |  6KB  |  157 lines

  1. Installation:
  2.         For experienced sysops, TUAM is a easy door to install, with no
  3.         maintenance files or configuration files necessary!
  4.  
  5.         You will have to set up a TPA by using PCBSM.EXE.
  6.         Note that on a multi-node system ALL nodes must be down for this
  7.         operation.
  8.  
  9.         PCBSM will generate a backup users file in this operation, however
  10.         you may wish to have another backup offline just in case.
  11.  
  12. 1)      Enter PCBSM, choose menu option "Add/Remove Third Party Application"
  13.         to generate a new TPA.
  14.  
  15.         For TPA information use
  16.                 TPA Name        :       TUAM
  17.                 Version         :        101
  18.                 Static Size     :         44
  19.                 Dynamic Size    :          0
  20.                 Keyword         :      BYTES
  21.                                         the keyword must match the name of
  22.                                         the door in your DOOR.LST file
  23.  
  24.         For verify that the data structure corresponds to the current version
  25.         of TUAM, we have chosen a version number of 101, we will only update
  26.         this when we require a TPA structure change.  This will be the TPA
  27.         structure version and NOT the TUAM version number.
  28.  
  29.         Press PGDN to generate your TPA.
  30.  
  31.         NOTE: TUAM is a TPA door, but DOES NOT use a USER.SYS file
  32.  
  33.         Please ensure that NO USER.SYS file exists when TUAM is run.
  34.  
  35. 2)      You will now need to make some changes using PCBSetup.
  36.  
  37.         The first will be creating a door, this may be necessary in more
  38.         than one conference, although each conference may point to the same
  39.         door.
  40.         Depending upon your setup, only the Main Door changes may be necessary,
  41.         only you as a SysOp can determine that.
  42.  
  43.         It WILL however be necessary from every Conference that you wish the
  44.         user to have access to it.  It is highly recommended that it is at the
  45.         very minimum available from the Main Conference, as well as ALL other
  46.         Conferences that have auto rejoin upon login set to YES.
  47.  
  48.                                    Batch File
  49.  
  50.         Example of batch file :
  51.  
  52.         @ECHO OFF
  53.         CD \DOORS\TUAM
  54.         BYTES
  55.  
  56.                 ** Note :  Do not reload PCBoad, as this is a shell door.
  57.  
  58.  
  59.  
  60.                                Door Installation
  61.  
  62.         Using PCBSetup choose the DOOR.LST file to edit.
  63.  
  64.                                       USER DOOR
  65.      Filename    Password   Sec Login SYS  SYS  Shell    Path to DOOR Files    
  66.  
  67.   65) BYTES                   0   Y    N    N     Y   C:\DOORS\TUAM\
  68.  
  69.                         Press F2 to edit the DOOR file
  70.                                                                                
  71.    ESC=Exit   Alt-R=Repeat a Line   Alt-I=Insert a Line   Alt-D=Delete a Line
  72.     09:18:26     11-14-92        F1   help      caps: OFF  num: ON   ins: OFF
  73.  
  74.  
  75.  
  76.         In the above example, we show pathing to the batch file, this would
  77.         be placed in the C:\DOORS\TUAM directory.  (or other directory as you
  78.         have chosen)
  79.  
  80.         By doing this you save multiple doors for each node.
  81.  
  82.         NOTE:  If you have other auto-login doors, you will need to modify
  83.         them, or adjust BYTES to accomidate your plans for login.
  84.         We have adapted our autologin door to accomidate branching for
  85.         different users as necessary.
  86.         If you need help in this area, please let us know on the support
  87.         board, or in one of the mail networks we carry.
  88.  
  89.  
  90. Batch File:
  91.         @ECHO OFF
  92.         C:
  93.         CD \DOORS\TUAM
  94.         TUAM
  95.  
  96.                         ( If you are running multiple configurations
  97.                           include the configuration name after TUAM.
  98.                           ie: TUAM NODE1 )
  99.  
  100. **                              (note, as we shell to the door DO NOT add BOARD
  101.                                         to the end of the batch file)
  102.  
  103. PCBSetup Configuration :
  104.         It is highly recommended that you disable the "Display User Info
  105.         at Login" with PCBSetup in Options #1 screen.
  106.         This will make a much more pleasing display for your users.
  107.         You have full contorl of this flag per security level within TUAM.
  108.  
  109.         o       Please ensure that your environment variable PCBDAT is set.
  110.                 If not please put in your autoexec.bat
  111.                         SET PCBDAT=(drive\path\pcboard.dat)
  112.  
  113.                 ie:     SET PCBDAT=C:\PCB\PCBOARD.DAT
  114.  
  115.  
  116.  
  117. This will give you a very simple and basic operation of the system, to
  118. get into the complexities of the Security file, and user information, please
  119. refer to the main documentation.
  120.  
  121. You MUST read TUAMSM to understand all of the configurations possible in the
  122. System Manager.
  123.  
  124. If you use Command Levels OR Time then YOU MUST use TUAMLOFF.  Please read
  125. about TUAMLOFF in the TUAMLOFF.DOC file enclosed.
  126.  
  127. Theory of Operation:
  128.  
  129.         Ok how do we do this magic?  Well, PCBoard reads all of its
  130.         information regarding time and bytes from the PWRD file.  This file
  131.         MUST be modified to enable node specific information to be updated
  132.         on a per user basis.
  133.         Don't worry, TUAM will handle this automatically for you, HOWEVER,
  134.         TUAM will rewrite a temporary PWRD file to the local node directory
  135.         each time the door is run.
  136.         This temporary file is the one that PCBoard will actually read.
  137.         If you are using TUAM, it is recommended that to avoid confusion in
  138.         updating your information that ALL future PWRD information be
  139.         updated using TUAMSM rather than PCBSM.
  140.         This will save you much confusion, and duplication of updates.
  141.         We will update everything automatically, PCBSM will not.
  142.  
  143.         TUAM will also modify your PCBoard.Dat file to point to the new
  144.         PWRD file location.  This is all automatic, and is completed as the
  145.         door runs.
  146.  
  147.         If you are using Command Editors then the Command Level information
  148.         in PCBoard.Dat will also be updated as required.
  149.  
  150.         For those running multi-nodes with seperate information, don't worry
  151.         a version of TUAM is on its way that will work for you as well!
  152.  
  153.  
  154.  
  155. Please let us know any ideas you have to improve the documentation of the
  156. program itself.
  157.